Release 10.1A: OpenEdge Development:
Java Open Clients


SDOResultSet exceptions

All SDOResultSet and SDOResultSetMetaData methods throw com.progress.open4gl.ProSQLException, which is the root of more specific exceptions. Table 9–8 shows the full exception hierarchy. Indentation in the table indicates the level of the hierarchy.

Table 9–8: Output ResultSet exceptions for SDOResultSet
Exception class hierarchy
Description
java.sql.SQLException 
Root exception for all JDBC 2 exceptions.
com.progress.open4gl.ProSQLException 
Root exception for all SDOResultSet exceptions.
com.progress.open4gl.DeletedRowAccessException 
Attempted to access a deleted row.
com.progress.open4gl.SDOModificationException 
Failed attempt to modify an existing row.

Two exceptions from this hierarchy allow you to handle normal program conditions:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095